FADE BITMAP
This command will fade the contents of a specified Bitmap.
FADE BITMAP Bitmap Number,Fade Value
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.
Fade Value
Integer
This value is an integer number such as 1.
This command does not return a value.
You must specify a fade value that sets the level of fading from zero which fades the bitmap completely to black, up to 100 which does not fade the bitmap at all. Fade operations are slow and the completion time depends on the size of the bitmap. The parameters should be specified using integer values.
PRINT "my bitmap zero"
FADE BITMAP 0,50
WAIT KEY
BITMAP Commands Menu
Index